home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Internet / CherryPlayer / CherryPlayer-2.2.0-setup.exe / $TEMP / vcredist_x86.exe / [0] / u2 < prev    next >
Extensible Markup Language  |  2013-07-22  |  3KB  |  49 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3.     Copyright (c) Microsoft Corporation.  All rights reserved.
  4. -->
  5. <WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
  6.   <Control Control="EulaAcceptCheckbox" X="11" Y="-41" Width="-11" Height="29" />
  7.  
  8.   <String Id="Caption">[WixBundleName] Setup</String>
  9.   <String Id="Title">[WixBundleName]</String>
  10.   <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String>
  11.   <String Id="HelpHeader">Setup Help</String>
  12.   <String Id="HelpText">/install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or
  13.    creates a complete local copy of the bundle in directory. Install is the default.
  14.  
  15. /passive | /quiet -  displays minimal UI with no prompts or displays no UI and
  16.    no prompts. By default UI and all prompts are displayed.
  17.  
  18. /norestart   - suppress any attempts to restart. By default UI will prompt before restart.
  19. /log log.txt - logs to a specific file. By default a log file is created in %TEMP%.</String>
  20.   <String Id="HelpCloseButton">&Close</String>
  21.   <String Id="InstallAcceptCheckbox">I &agree to the license terms and conditions</String>
  22.   <String Id="InstallOptionsButton">&Options</String>
  23.   <String Id="InstallInstallButton">&Install</String>
  24.   <String Id="InstallCloseButton">&Close</String>
  25.   <String Id="OptionsHeader">Setup Options</String>
  26.   <String Id="OptionsLocationLabel">Install location:</String>
  27.   <String Id="OptionsBrowseButton">&Browse</String>
  28.   <String Id="OptionsOkButton">&OK</String>
  29.   <String Id="OptionsCancelButton">&Cancel</String>
  30.   <String Id="ProgressHeader">Setup Progress</String>
  31.   <String Id="ProgressLabel">Processing:</String>
  32.   <String Id="OverallProgressPackageText">Initializing...</String>
  33.   <String Id="ProgressCancelButton">&Cancel</String>
  34.   <String Id="ModifyHeader">Modify Setup</String>
  35.   <String Id="ModifyRepairButton">&Repair</String>
  36.   <String Id="ModifyUninstallButton">&Uninstall</String>
  37.   <String Id="ModifyCloseButton">&Close</String>
  38.   <String Id="SuccessHeader">Setup Successful</String>
  39.   <String Id="SuccessLaunchButton">&Launch</String>
  40.   <String Id="SuccessRestartText">You must restart your computer before you can use the software.</String>
  41.   <String Id="SuccessRestartButton">&Restart</String>
  42.   <String Id="SuccessCloseButton">&Close</String>
  43.   <String Id="FailureHeader">Setup Failed</String>
  44.   <String Id="FailureHyperlinkLogText">One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the <a href="#">log file</a>.</String>
  45.   <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String>
  46.   <String Id="FailureRestartButton">&Restart</String>
  47.   <String Id="FailureCloseButton">&Close</String>
  48. </WixLocalization>
  49.